Revision: kernel-package--devel--0.1--patch-440
Archive: srivasta@debian.org--2003-primary
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Fri Oct 10 21:17:55 CDT 2003
Standard-date: 2003-10-11 02:17:55 GMT
Modified-files: debian/changelog kernel/image.postinst
    kernel/rules make-kpkg
New-patches: srivasta@debian.org--2003-primary/kernel-package--devel--0.1--patch-440
Summary: cscvs to tla changeset 441
Keywords: cscvs:MAIN-441

Author: srivasta
Date: 2002/02/18 15:08:32
   * Since the usage messaes are so long, do not output usage on error,
since they may mask the error; instead tell the user how to get
command line or target help.                             closes: Bug#134116
* Added a patch from Guido Guenther <agx@sigxcpu.org> to add bootloader
support for mips ip22.  It furthermore changes the default kernel
format from ecoff to elf on mip since this is what the bootloader
expects. People needing an ecoff kernel(for whatever reason) can
easily convert the elf kernel to ecoff using elf2ecoff(from the mips
tools package).                                          closes: Bug#134560
* Well, since I have reports that only 2.2 kernels can't meke dep in
parrallel, I have now re-enabled make dep in parrallel for post 2.3
kernel versions. I wish there was somew better way to determine if
make -jN dep were feasible instead of guessing by version numbers.
